Skip to content

TEMP: sync latest main into real-quadratic port - #1352

Merged
morluto merged 1 commit into
agent/port-real-quadratic-order-v2from
main
Aug 13, 2026
Merged

TEMP: sync latest main into real-quadratic port#1352
morluto merged 1 commit into
agent/port-real-quadratic-order-v2from
main

Conversation

@morluto

@morluto morluto commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Temporary synchronization after #1316 for #1287.

* refactor(tests): finish pytest-owned suite architecture

* fix(tests): include exhaustive lane in full CI reproduction

* fix(ci): avoid full benchmarks for root Makefile changes

* fix(ci): release superseded runs before aggregate gates
@morluto
morluto requested a review from N0zoM1z0 as a code owner August 13, 2026 08:37
@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@morluto
morluto merged commit 0f8513c into agent/port-real-quadratic-order-v2 Aug 13, 2026
30 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0bca4f71e2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
name: required
if: ${{ always() }}
needs: [static, python, boundaries, wheel, coverage, lean, optional-providers]
if: ${{ always() && !cancelled() }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Run required gates even when the workflow is cancelled

If the current PR workflow is manually or API-cancelled after an upstream lane fails but before this aggregator starts, !cancelled() prevents the required job from inspecting the failed/cancelled needs results. The downstream branch-protection mirror jobs use the same condition, so they are condition-skipped rather than producing a failing required check; GitHub treats condition-skipped jobs as successful for required-check purposes. Keep always() on the aggregation and mirror jobs so cancellation remains fail-closed, while retaining cancellation guards only on non-gating cleanup or artifact steps.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant